home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr37 / ovl_mpmt.zip / 194.PPE (.txt) next >
PCBoard Programming Language Executable  |  1995-02-12  |  1KB  |  100 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 3.O1 (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.     String   STRING002
  21.     String   STRING003
  22.     String   STRING004
  23.  
  24. ;------------------------------------------------------------------------------
  25.  
  26.     STRING001 = "STOP TRYIN TO RIP MY PPE'S ASSHOLE!!!"
  27.     If (!Exist("12345678")) Print ""
  28.     FOpen 1, PPEPath() + "colors.cfg", 0, 2
  29.     FGet 1, STRING002
  30.     FGet 1, STRING003
  31.     InputStr "" + STRING002 + "(" + STRING003 + "       Reciever Only " + STRING002 + "):@X07 _", STRING004, 7, 1, "YNyn", 0
  32.     STRING004 = Upper(STRING004)
  33.     If (STRING004 == "Y") Then
  34.         PrintLn "es"
  35.         KbdStuff "R"
  36.         End
  37.     Endif
  38.     If (STRING004 == "N") Then
  39.         PrintLn "o"
  40.         KbdStuff "N"
  41.         End
  42.     Endif
  43.     If (STRING004 == "") Then
  44.         PrintLn "No"
  45.         KbdStuff "N"
  46.         End
  47.     Endif
  48.     If (STRING004 == Chr(13)) Then
  49.         PrintLn "No"
  50.         Newlines 1
  51.         KbdStuff "N"
  52.         End
  53.     Endif
  54.  
  55. ;------------------------------------------------------------------------------
  56. ;
  57. ; Usage report (before postprocessing)
  58. ;
  59. ; ■ Statements used :
  60. ;
  61. ;    4       End
  62. ;    4       Goto 
  63. ;    2       Let 
  64. ;    1       Print 
  65. ;    4       PrintLn 
  66. ;    5       If 
  67. ;    1       FOpen 
  68. ;    2       FGet 
  69. ;    1       InputStr 
  70. ;    1       Newlines 
  71. ;    4       KbdStuff 
  72. ;
  73. ;
  74. ; ■ Functions used :
  75. ;
  76. ;    7       +
  77. ;    4       ==
  78. ;    16      !
  79. ;    1       Upper()
  80. ;    1       Chr()
  81. ;    1       PPEPath()
  82. ;    1       Exist()
  83. ;
  84. ;------------------------------------------------------------------------------
  85. ;
  86. ; Analysis flags : No flag
  87. ;
  88. ;------------------------------------------------------------------------------
  89. ;
  90. ; Postprocessing report
  91. ;
  92. ;    0       For/Next
  93. ;    0       While/EndWhile
  94. ;    4       If/Then or If/Then/Else
  95. ;    0       Select Case
  96. ;
  97. ;------------------------------------------------------------------------------
  98. ;                 AEGiS Corp - Break the routines, code against the machines!
  99. ;------------------------------------------------------------------------------
  100.